UNPKG

251 BJavaScriptView Raw
1module.exports = {
2 "name": "Module Management System",
3 "type": "programming",
4 "extensions": [
5 ".mms",
6 ".mmk"
7 ],
8 "filenames": [
9 "descrip.mmk",
10 "descrip.mms"
11 ],
12 "tmScope": "none",
13 "aceMode": "text",
14 "languageId": 235
15}